-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Display Contact information #8302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 [Frontend] Display Contact information #8302
Conversation
…c-simcore into feature/extend-my-account
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "Contact" section to the user profile page to display personal contact information including institution, address, city, state, country, and postal code. The changes implement read-only display of contact data that is fetched from the user profile.
- Adds a new contact information section with read-only form fields
- Extends the User model to include contact-related properties
- Refactors section creation to use a shared helper method
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ProfilePage.js | Adds new contact section with read-only fields, refactors section creation, and integrates contact data binding |
| User.js | Extends user model with contact properties (institution, address, city, state, country, postalCode) |
services/static-webserver/client/source/class/osparc/data/model/User.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js
Outdated
Show resolved
Hide resolved
…ccount/ProfilePage.js Co-authored-by: Copilot <[email protected]>
…l/User.js Co-authored-by: Copilot <[email protected]>
…c-simcore into feature/extend-my-account
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡
POssible extras:
- when dialog is too big ... a button to jump to the end of the dialog
- collapsable sections (check gitlab settings sections)
(with doc if collapsed) - doc, doc, doc :-) Every entry field could have a tooltip on hover or info icon
- All sections should be reachable by links (using in-page fragment e.g. osparc.io#/settings/profile). They will be very handy to point to part of the front-end in the support channel
|




What do these changes do?
This PR adds a new "Contact" section to the user profile page to display personal contact information including institution, address, city, state, country, and postal code. The changes implement read-only display of contact data that is fetched from the user profile.
Related issue/s
How to test
Dev-ops